org.brickred.socialauth.exception
Class SignatureException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.brickred.socialauth.exception.SignatureException
All Implemented Interfaces:
Serializable

public class SignatureException
extends Exception

See Also:
Serialized Form

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

SignatureException

public SignatureException()

SignatureException

public SignatureException(String message)
Parameters:
message -

SignatureException

public SignatureException(Throwable cause)
Parameters:
cause -

SignatureException

public SignatureException(String message,
                          Throwable cause)
Parameters:
message -
cause -


Copyright © 2013. All Rights Reserved.