org.kuali.rice.kns.exception
Class UnknownDocumentIdException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.kuali.rice.kns.exception.KualiException
                  extended by org.kuali.rice.kns.exception.UnknownDocumentIdException
All Implemented Interfaces:
Serializable

public class UnknownDocumentIdException
extends KualiException

This class represents an UnknownDocumentIdException.

See Also:
Serialized Form

Constructor Summary
UnknownDocumentIdException(String message)
          Create an UnknownDocumentIdException with the given message
UnknownDocumentIdException(String message, Throwable cause)
          Create an UnknownDocumentIdException with the given message and cause
 
Method Summary
 
Methods inherited from class org.kuali.rice.kns.exception.KualiException
isHideIncidentReport, setHideIncidentReport
 
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

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 © 2004-2012 The Kuali Foundation. All Rights Reserved.