com.entrust.toolkit.exceptions
Class AuthorizationCodeException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.entrust.toolkit.exceptions.AuthorizationCodeException

public class AuthorizationCodeException
extends java.lang.Exception

This exception is thrown when the authorization code is not correct.

See Also:
Serialized Form

Constructor Summary
AuthorizationCodeException(java.lang.String message)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AuthorizationCodeException

public AuthorizationCodeException(java.lang.String message)