| |
|
| java.lang.Object java.lang.Throwable java.lang.Exception com.salmonllc.remote.RemoteReflectionException
RemoteReflectionException | public class RemoteReflectionException extends Exception (Code) | | Created by IntelliJ IDEA.
User: Fred Cahill
Date: Sep 14, 2004
Time: 11:04:10 AM
To change this template use Options | File Templates.
|
RemoteReflectionException | public RemoteReflectionException()(Code) | | Constructs an Exception with no specified detail message.
|
RemoteReflectionException | public RemoteReflectionException(String s)(Code) | | Constructs an Exception with the specified detail message.
Parameters: s - the detail message. |
RemoteReflectionException | public RemoteReflectionException(String s, Throwable root)(Code) | | Constructs an Exception with the specified detail message.
Parameters: s - the detail message. |
getRootCause | public Throwable getRootCause()(Code) | | The root cause of the exception if there is one or null if not |
|
|
|