|
||||||||||
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
org.jomc.ObjectManagementException
@Generated(value="org.jomc.tools.JavaSources", comments="See http://jomc.sourceforge.net/jomc/1.0-alpha-11/jomc-tools") public class ObjectManagementException
Gets thrown whenever an unexpected error condition is detected.
Constructor Summary | |
---|---|
ObjectManagementException()
Creates a new ObjectManagementException instance. |
|
ObjectManagementException(String msg)
Creates a new ObjectManagementException taking a message describing the exception. |
|
ObjectManagementException(String msg,
Throwable t)
Creates a new ObjectManagementException taking a message describing the exception and a causing
exception. |
|
ObjectManagementException(Throwable t)
Creates a new ObjectManagementException taking a causing exception. |
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 ObjectManagementException(String msg)
ObjectManagementException
taking a message describing the exception.
msg
- The message describing the exception.public ObjectManagementException(Throwable t)
ObjectManagementException
taking a causing exception.
t
- The cause of the exception.public ObjectManagementException(String msg, Throwable t)
ObjectManagementException
taking a message describing the exception and a causing
exception.
msg
- The message describing the exception.t
- The cause of the exception.@Generated(value="org.jomc.tools.JavaSources", comments="See http://jomc.sourceforge.net/jomc/1.0-alpha-11/jomc-tools") public ObjectManagementException()
ObjectManagementException
instance.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |