Package fi.tut.mei.resdescapi.exception
Class AlreadyExistException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- fi.tut.mei.resdescapi.exception.AlreadyExistException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ARDAlreadyExistException
,RDAlreadyExistException
public abstract class AlreadyExistException extends Exception
Some resource (ARD, RD, ...) already existed in a collection, list or catalogue.- Author:
- Niko Siltala
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AlreadyExistException()
AlreadyExistException(String message)
AlreadyExistException(String id, String message)
AlreadyExistException(String message, Throwable cause)
AlreadyExistException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
AlreadyExistException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
AlreadyExistException
public AlreadyExistException()
-
AlreadyExistException
public AlreadyExistException(String message)
- Parameters:
message
-
-
AlreadyExistException
public AlreadyExistException(String id, String message)
- Parameters:
id
-message
-
-
AlreadyExistException
public AlreadyExistException(Throwable cause)
- Parameters:
cause
-
-
AlreadyExistException
public AlreadyExistException(String message, Throwable cause)
- Parameters:
message
-cause
-
-
-