de.smartics.ci.comm.command
Class LoginCommandException

Package class diagram package LoginCommandException
java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by de.smartics.ci.comm.command.CommandException
              extended by de.smartics.ci.comm.command.LoginCommandException
All Implemented Interfaces:
Serializable

public class LoginCommandException
     
     
extends CommandException

The exception that indicates an exception during the login process.

See Also:
Serialized Form

Constructor Summary
LoginCommandException(String message, Exception e)
          Default constructor.
 
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

LoginCommandException

public LoginCommandException(String message,
                             Exception e)
Default constructor.

Parameters:
message - the message.
e - the cause.


Copyright © 2012 Kronseder & Reiner GmbH - smartics. All Rights Reserved.