org.omg.CORBA.portable
public class UnknownException extends SystemException implements Serializable
| Field Summary | |
|---|---|
| Throwable | originalEx
The original exception. |
| Constructor Summary | |
|---|---|
| UnknownException(Throwable reason)
Create a new unknown exception, wrapping a reason.
| |
Parameters: reason an exception that has caused this unknown exception.