Class ClassNotPersistableException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.kuali.rice.krad.exception.ClassNotPersistableException
All Implemented Interfaces:
Serializable

public class ClassNotPersistableException extends RuntimeException
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 Details

    • ClassNotPersistableException

      public ClassNotPersistableException(String message)
      Parameters:
      message -
    • ClassNotPersistableException

      public ClassNotPersistableException(String message, Throwable t)
      Parameters:
      message -