|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.almendra.commons.util.exception.AlreadyRegisteredException
public class AlreadyRegisteredException
Thrown when an object is registered in a registry with a name with which an object is registered already.
Constructor Summary | |
---|---|
AlreadyRegisteredException()
Creates a new AlreadyRegisteredException object. |
|
AlreadyRegisteredException(java.lang.String message)
Creates a new AlreadyRegisteredException object. |
|
AlreadyRegisteredException(java.lang.String message,
java.lang.Throwable cause)
Creates a new AlreadyRegisteredException object. |
|
AlreadyRegisteredException(java.lang.Throwable cause)
Creates a new AlreadyRegisteredException object. |
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 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public AlreadyRegisteredException(java.lang.String message)
AlreadyRegisteredException
object.
message
- public AlreadyRegisteredException(java.lang.String message, java.lang.Throwable cause)
AlreadyRegisteredException
object.
message
- cause
- public AlreadyRegisteredException(java.lang.Throwable cause)
AlreadyRegisteredException
object.
cause
- public AlreadyRegisteredException()
AlreadyRegisteredException
object.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |