Uses of Class
eu.semiramis.identityaggregator.client.TokenException.Type

Uses of TokenException.Type in eu.semiramis.identityaggregator.client
 

Methods in eu.semiramis.identityaggregator.client that return TokenException.Type
 TokenException.Type TokenException.getType()
           
static TokenException.Type TokenException.Type.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static TokenException.Type[] TokenException.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in eu.semiramis.identityaggregator.client with parameters of type TokenException.Type
 void TokenException.setType(TokenException.Type type)
           
 

Constructors in eu.semiramis.identityaggregator.client with parameters of type TokenException.Type
TokenException(TokenException.Type type)
           
TokenException(TokenException.Type type, java.lang.String msg)