- When you have an javax.ejb.EJBException, you can use the getCausedByException() that returns a java.lang.Exception.
- A java.rmi.RemoteException there is a public field called detail of type java.lang.Throwable
- With a java.sql.SQLException you need to use the method getNextException() to get the chained java.sql.SQLException.
- When you have an java.lang.reflect.InvocationtargetException, you can get the thrown target java.lang.Throwable using the getTargetException() method.
Showing posts with label java.lang.reflect.InvocationtargetException. Show all posts
Showing posts with label java.lang.reflect.InvocationtargetException. Show all posts
How to get original exception object from inside a nested or wrapped Exception (for example an EJBException or RemoteException)
Subscribe to:
Posts (Atom)