PicketLink Federation Core 2.1.6.Final-redhat-2

org.picketlink.identity.federation.core.exceptions
Class ProcessingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.security.GeneralSecurityException
              extended by 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

Constructor Summary
ProcessingException()
           
ProcessingException(String message)
           
ProcessingException(String message, Throwable cause)
           
ProcessingException(Throwable cause)
           
 
Method Summary
 
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

ProcessingException

public ProcessingException()

ProcessingException

public ProcessingException(String message,
                           Throwable cause)

ProcessingException

public ProcessingException(String message)

ProcessingException

public ProcessingException(Throwable cause)

PicketLink Federation Core 2.1.6.Final-redhat-2

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.