com.novell.emframe.dev
Class AuthBrokerWrappedRuntimeException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bycom.novell.emframe.dev.AuthBrokerWrappedRuntimeException
All Implemented Interfaces:
java.io.Serializable

public final class AuthBrokerWrappedRuntimeException
extends java.lang.RuntimeException

This class is for throwing a AuthBrokerException as a RuntimeException.

See Also:
Serialized Form

Constructor Summary
AuthBrokerWrappedRuntimeException(AuthBrokerException abe)
          Create a non-checked AuthBrokerWrappedRuntimeException that contains a checked AuthBrokerException.
 
Method Summary
 AuthBrokerException getException()
          Returns the checked AuthBrokerException that this non-checked AuthBrokerWrappedRuntimeException contains.
 
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

AuthBrokerWrappedRuntimeException

public AuthBrokerWrappedRuntimeException(AuthBrokerException abe)
Create a non-checked AuthBrokerWrappedRuntimeException that contains a checked AuthBrokerException.

Parameters:
abe - The AuthBrokerException to be wrapped and contained
Method Detail

getException

public AuthBrokerException getException()
Returns the checked AuthBrokerException that this non-checked AuthBrokerWrappedRuntimeException contains.

Returns:
the contained AuthBrokerException


API Documentation Copyright © 1998-2004 Novell, Inc. All rights reserved.
NDS is a registered trademark of Novell, Inc. in the United States and other countries.
Generated September 2 2004 0111.