Package de.aristaflow.adept2.util
Class IntegrityException
- java.lang.Object
- 
- java.lang.Throwable
- 
- java.lang.Exception
- 
- de.aristaflow.adept2.util.IntegrityException
 
 
 
- 
- All Implemented Interfaces:
- Serializable
 - Direct Known Subclasses:
- SecurityTokenIntegrityException
 
 public class IntegrityException extends Exception AIntegrityExceptionindicates that the integrity of public or private key or a signature cannot be established.- Author:
- Ulrich Kreher
- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description IntegrityException(String message)Creates a newIntegrityExceptionto indicate problems with a public or private key or a signature.IntegrityException(String message, Throwable cause)Creates a newIntegrityExceptionto indicate problems with a public or private key or a signature.
 - 
Method Summary- 
Methods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
- 
 
- 
- 
- 
Constructor Detail- 
IntegrityExceptionpublic IntegrityException(String message) Creates a newIntegrityExceptionto indicate problems with a public or private key or a signature.- Parameters:
- message- The message for the exception.
 
 - 
IntegrityExceptionpublic IntegrityException(String message, Throwable cause) Creates a newIntegrityExceptionto indicate problems with a public or private key or a signature.- Parameters:
- message- The message for the exception.
- cause- The exception that indicates the invalid integrity and providing detailed information on the failure.
 
 
- 
 
-