org.owasp.esapi.errors
Class IntegrityException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.owasp.esapi.errors.EnterpriseSecurityException
org.owasp.esapi.errors.IntegrityException
- All Implemented Interfaces:
- java.io.Serializable
- public class IntegrityException
- extends EnterpriseSecurityException
An AvailabilityException should be thrown when the availability of a limited
resource is in jeopardy. For example, if a database connection pool runs out
of connections, an availability exception should be thrown.
- Author:
- Jeff Williams (jeff.williams@aspectsecurity.com)
- See Also:
- Serialized Form
|
Constructor Summary |
IntegrityException(java.lang.String userMessage,
java.lang.String logMessage)
Creates a new instance of IntegrityException. |
IntegrityException(java.lang.String userMessage,
java.lang.String logMessage,
java.lang.Throwable cause)
Instantiates a new IntegrityException. |
| 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 |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
IntegrityException
public IntegrityException(java.lang.String userMessage,
java.lang.String logMessage)
- Creates a new instance of IntegrityException.
IntegrityException
public IntegrityException(java.lang.String userMessage,
java.lang.String logMessage,
java.lang.Throwable cause)
- Instantiates a new IntegrityException.
- Parameters:
cause - the cause