-Dcom.ibm.CORBA.ShortExceptionDetails

This system property controls the method by which information is returned following a CORBA system exception.

-Dcom.ibm.CORBA.ShortExceptionDetails=[false | true]
When a CORBA SystemException reply is created, the ORB includes, by default, the Java™ stack trace of the exception in an associated ExceptionDetailMessage service context. If you set this property to any value, the ORB includes a toString of the Exception instead. The default value for this property is false.