Package org.kuali.rice.krad.exception
Class ClassNotPersistableException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.kuali.rice.krad.exception.ClassNotPersistableException
- All Implemented Interfaces:
Serializable
Represents an exception that is thrown when the persistence layer attempts to manipulate a class which has not been
marked as persistable
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionClassNotPersistableException(String message) ClassNotPersistableException(String message, Throwable t) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ClassNotPersistableException
- Parameters:
message-
-
ClassNotPersistableException
- Parameters:
message-
-