org.kuali.rice.kns.exception
Class KualiException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.kuali.rice.kns.exception.KualiException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- AuthorizationException, BeanComparisonException, DuplicateKeyException, FileUploadLimitExceededException, UnknownDocumentIdException
public class KualiException
- extends RuntimeException
This is a default exception class that others inherit. When an exception is thrown,
the exception handler looks for an instance of this class and processes as Kuali
exception. Otherwise, generic system exception is processed.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
hideIncidentReport
private boolean hideIncidentReport
KualiException
public KualiException(String message)
- This constructs an instance of java.lang.RuntimeException
- Parameters:
message
-
KualiException
public KualiException(String message,
boolean hideIncidentReport)
- This constructs an instance of java.lang.RuntimeException
- Parameters:
message
- hideIncidentReport
-
KualiException
public KualiException(String message,
Throwable t)
- This constructs an instance of java.lang.RuntimeException
- Parameters:
message
- t
-
KualiException
public KualiException(Throwable t)
- This constructs an instance of java.lang.RuntimeException
- Parameters:
t
-
setHideIncidentReport
public void setHideIncidentReport(boolean hideIncidentReport)
- Parameters:
hideIncidentReport
- the hideIncidentReport to set
isHideIncidentReport
public boolean isHideIncidentReport()
- Returns:
- the hideIncidentReport
Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.