org.omg.CORBA.portable
Class UnknownException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.omg.CORBA.SystemException
org.omg.CORBA.portable.UnknownException
- All Implemented Interfaces:
- Serializable
public class UnknownException
- extends SystemException
- implements Serializable
The wrapper of the arbitrary exception into the System exception.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
originalEx
public Throwable originalEx
- The original exception.
UnknownException
public UnknownException(Throwable reason)
- Create a new unknown exception, wrapping a reason.
- Parameters:
reason
- an exception that has caused this unknown exception.