com.sap.security.api

Class UMRuntimeException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bycom.sap.security.api.UMRuntimeException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
FeatureNotAvailableException, NoSuchPCDRoleException, PrincipalNotAccessibleException

public class UMRuntimeException
extends RuntimeException

This is the superclass of all runtime exceptions employed in the user management; it indicates error conditions that can occur during the normal operation of the JVM.

See Also:
Serialized Form

Constructor Summary
UMRuntimeException()
           
UMRuntimeException(String message)
           
UMRuntimeException(Throwable nestedException)
           
UMRuntimeException(Throwable nestedException, String message)
           
 
Method Summary
 Throwable getNestedException()
           
 void printStackTrace()
           
 void printStackTrace(PrintStream s)
           
 void printStackTrace(PrintWriter s)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UMRuntimeException

public UMRuntimeException(Throwable nestedException,
                          String message)

UMRuntimeException

public UMRuntimeException(Throwable nestedException)

UMRuntimeException

public UMRuntimeException(String message)

UMRuntimeException

public UMRuntimeException()
Method Detail

getNestedException

public Throwable getNestedException()

printStackTrace

public void printStackTrace()

printStackTrace

public void printStackTrace(PrintStream s)

printStackTrace

public void printStackTrace(PrintWriter s)


Copyright 2006 SAP AG Complete Copyright Notice