org.apache.shindig.auth
Class SecurityTokenException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.shindig.auth.SecurityTokenException
All Implemented Interfaces:
Serializable

public class SecurityTokenException
extends Exception

Exceptions thrown by SecurityTokenCodec implementations.

See Also:
Serialized Form

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

SecurityTokenException

public SecurityTokenException(String message)

SecurityTokenException

public SecurityTokenException(Exception cause)

SecurityTokenException

public SecurityTokenException(String message,
                              Exception cause)


Copyright © 2007-2012. All Rights Reserved.