org.clazzes.remoting
Class InvalidTargetException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.clazzes.remoting.InvalidTargetException
- All Implemented Interfaces:
- java.io.Serializable
public class InvalidTargetException
- extends java.lang.RuntimeException
This exception is thrown when an invalid subsystem name or
callback UID is specified.
- Author:
- wglas
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
InvalidTargetException
public InvalidTargetException()
- Construct an InvalidTargetException instance.
InvalidTargetException
public InvalidTargetException(java.lang.String message)
- Parameters:
message
-
InvalidTargetException
public InvalidTargetException(java.lang.Throwable cause)
- Parameters:
cause
-
InvalidTargetException
public InvalidTargetException(java.lang.String message,
java.lang.Throwable cause)
- Parameters:
message
- cause
-
Copyright © 2010. All Rights Reserved.