org.picketlink.identity.federation.core.exceptions
Class ProcessingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.security.GeneralSecurityException
org.picketlink.identity.federation.core.exceptions.ProcessingException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- TrustKeyProcessingException
public class ProcessingException
- extends GeneralSecurityException
Exception to indicate a server processing error
- Since:
- May 22, 2009
- Author:
- Anil.Saldhana@redhat.com
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ProcessingException
public ProcessingException()
ProcessingException
public ProcessingException(String message,
Throwable cause)
ProcessingException
public ProcessingException(String message)
ProcessingException
public ProcessingException(Throwable cause)
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.