Package org.smallmind.persistence.orm
Class ORMOperationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.smallmind.nutsnbolts.lang.FormattedRuntimeException
org.smallmind.persistence.orm.ORMOperationException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionORMOperationException(String message, Object... args) ORMOperationException(Throwable throwable) ORMOperationException(Throwable throwable, String message, Object... args) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ORMOperationException
public ORMOperationException() -
ORMOperationException
-
ORMOperationException
-
ORMOperationException
-