eu.semiramis.identityaggregator.client
Class TokenException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by eu.semiramis.identityaggregator.client.TokenException
All Implemented Interfaces:
java.io.Serializable

public class TokenException
extends java.lang.Exception

TokenException

See Also:
Serialized Form

Nested Class Summary
static class TokenException.Type
           
 
Constructor Summary
TokenException()
           
TokenException(TokenException.Type type)
           
TokenException(TokenException.Type type, java.lang.String msg)
           
 
Method Summary
 java.lang.String getMessage()
           
 TokenException.Type getType()
           
 void setType(TokenException.Type type)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

TokenException

public TokenException()

TokenException

public TokenException(TokenException.Type type)

TokenException

public TokenException(TokenException.Type type,
                      java.lang.String msg)
Method Detail

getType

public TokenException.Type getType()

setType

public void setType(TokenException.Type type)

getMessage

public java.lang.String getMessage()
Overrides:
getMessage in class java.lang.Throwable