Package org.jivesoftware.util
Class AlreadyExistsException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.jivesoftware.util.AlreadyExistsException
-
- All Implemented Interfaces:
Serializable
public class AlreadyExistsException extends Exception
Flags an exception when something to be created or added already exists.
Use this class when it's not worth creating a unique xAlreadyExistsException class, or where the context of the call makes it obvious what type of object was not found.
- Author:
- Iain Shigeoka
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AlreadyExistsException()
AlreadyExistsException(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
AlreadyExistsException
public AlreadyExistsException()
-
AlreadyExistsException
public AlreadyExistsException(String message)
-
-