org.kuali.rice.krad.exception
Class ClassNotPersistableException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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:
Serialized Form

Constructor Summary
ClassNotPersistableException(String message)
           
ClassNotPersistableException(String message, Throwable t)
           
 
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

ClassNotPersistableException

public ClassNotPersistableException(String message)
Parameters:
message -

ClassNotPersistableException

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


Copyright © 2005–2014 The Kuali Foundation. All rights reserved.