|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
net.charlesames.utility.oops.ObjectAlreadyExistsException
public class ObjectAlreadyExistsException
Thrown to indicate that an object to be created by a method already exists.
| Constructor Summary | |
|---|---|
ObjectAlreadyExistsException()
Constructs a ObjectAlreadyExistsException with no detail message. |
|
ObjectAlreadyExistsException(java.lang.String message)
Constructs a ObjectAlreadyExistsException with the specified detail message. |
|
ObjectAlreadyExistsException(java.lang.String message,
java.lang.Throwable cause)
Constructs a ObjectAlreadyExistsException with the specified detail message and cause. |
|
ObjectAlreadyExistsException(java.lang.Throwable cause)
Constructs a ObjectAlreadyExistsException with the specified cause. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ObjectAlreadyExistsException()
ObjectAlreadyExistsException with no detail message.
public ObjectAlreadyExistsException(java.lang.String message,
java.lang.Throwable cause)
ObjectAlreadyExistsException with the specified detail message and cause.
message - the detail message (which is saved for later retrieval by the Throwable.getMessage() method).cause - the cause (which is saved for later retrieval by the Throwable.getCause() method).
(A null value is permitted, and indicates that the cause is nonexistent or unknown.)public ObjectAlreadyExistsException(java.lang.String message)
ObjectAlreadyExistsException with the specified detail message.
message - the detail message (which is saved for later retrieval by the Throwable.getMessage() method).public ObjectAlreadyExistsException(java.lang.Throwable cause)
ObjectAlreadyExistsException with the specified cause.
cause - the cause (which is saved for later retrieval by the Throwable.getCause() method).
(A null value is permitted, and indicates that the cause is nonexistent or unknown.)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||