org.omg.CORBA.portable

Class UnknownException

public class UnknownException extends SystemException implements Serializable

The wrapper of the arbitrary exception into the System exception.
Field Summary
ThrowableoriginalEx
The original exception.
Constructor Summary
UnknownException(Throwable reason)
Create a new unknown exception, wrapping a reason.

Field Detail

originalEx

public Throwable originalEx
The original exception.

Constructor Detail

UnknownException

public UnknownException(Throwable reason)
Create a new unknown exception, wrapping a reason.

Parameters: reason an exception that has caused this unknown exception.