com.novell.nds.dirxml.shimhost
Class ShimException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.novell.nds.dirxml.shimhost.ShimException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- FatalShimException, ShimHost.MethodException
public class ShimException
- extends Exception
Exception class thrown when a Throwable is caught from shim code,
or a fatal error is returned from a shim.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ShimException
public ShimException(String detail)
- Construct a
ShimException with the passed detail message.
- Parameters:
detail - message
ShimException
public ShimException(String detail,
Throwable cause)
- Construct a
ShimException with the passed detail message and
Throwable cause.
- Parameters:
detail - messagecause - underlying cause (reason this ShimException is being
thrown)