gateway
Class InvalidAliasException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--gateway.InvalidAliasException

public class InvalidAliasException
extends Exception

Thrown if an alias dos not exist in the SIUDS keystore.

See Also:
Serialized Form

Constructor Summary
InvalidAliasException()
          Constructs an InvalidAliasException without a detail message.
InvalidAliasException(String s)
          Constructs an InvalidAliasException with a detail 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

InvalidAliasException

public InvalidAliasException()
Constructs an InvalidAliasException without a detail message.

InvalidAliasException

public InvalidAliasException(String s)
Constructs an InvalidAliasException with a detail message.
Parameters:
s - the detail message.