com.sap.sdm.api.remote
Class WrongPasswordException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.sap.sdm.api.remote.WrongPasswordException
All Implemented Interfaces:
java.io.Serializable

public abstract class WrongPasswordException
extends java.lang.Exception

Signals that the wrong password was used for login trial.

Version:
1.0
See Also:
Serialized Form

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

Constructor Detail

WrongPasswordException

public WrongPasswordException(java.lang.String msg)