org.kuali.rice.krad.exception
Class UnknownDocumentIdException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.kuali.rice.core.api.exception.KualiException
org.kuali.rice.krad.exception.UnknownDocumentIdException
- All Implemented Interfaces:
- Serializable
public class UnknownDocumentIdException
- extends KualiException
This class represents an UnknownDocumentIdException.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
UnknownDocumentIdException
public UnknownDocumentIdException(String message)
- Create an UnknownDocumentIdException with the given message
- Parameters:
message
-
UnknownDocumentIdException
public UnknownDocumentIdException(String message,
Throwable cause)
- Create an UnknownDocumentIdException with the given message and cause
- Parameters:
message
- cause
-
Copyright © 2005-2013 The Kuali Foundation. All Rights Reserved.