com.sap.security.api
Class UMRuntimeException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--com.sap.security.api.UMRuntimeException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
FeatureNotAvailableException, NoSuchPCDRoleException, PrincipalNotAccessibleException

public class UMRuntimeException
extends java.lang.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.

Version:
1.0
See Also:
Serialized Form

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

Constructor Detail

UMRuntimeException

public UMRuntimeException(java.lang.Throwable nestedException,
                          java.lang.String message)

UMRuntimeException

public UMRuntimeException(java.lang.Throwable nestedException)

UMRuntimeException

public UMRuntimeException(java.lang.String message)

UMRuntimeException

public UMRuntimeException()
Method Detail

getNestedException

public java.lang.Throwable getNestedException()

printStackTrace

public void printStackTrace()
Overrides:
printStackTrace in class java.lang.Throwable

printStackTrace

public void printStackTrace(java.io.PrintStream s)
Overrides:
printStackTrace in class java.lang.Throwable

printStackTrace

public void printStackTrace(java.io.PrintWriter s)
Overrides:
printStackTrace in class java.lang.Throwable


Copyright © 2002 SAP AG All Rights Reserved.