com.sap.portal.ivs.internalconnector
Class UserInvalidException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--com.sap.portal.ivs.internalconnector.UserInvalidException
All Implemented Interfaces:
java.io.Serializable

public class UserInvalidException
extends java.lang.RuntimeException

A runtime exception indicates that the user is invalid. Thrown in case wrong user ID was passed to user management

Version:
7.00
See Also:
Serialized Form

Constructor Summary
UserInvalidException()
           
UserInvalidException(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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UserInvalidException

public UserInvalidException()

UserInvalidException

public UserInvalidException(java.lang.String msg)