amber.server.exception
Class MethodInvalidException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--amber.server.exception.AmberException
|
+--amber.server.exception.ComponentHandlerException
|
+--amber.server.exception.MethodInvalidException
- All Implemented Interfaces:
- java.io.Serializable
- public class MethodInvalidException
- extends ComponentHandlerException
This exception occurs for methods which should not be called in this class.
This occurs for methods which exist in a superclass
and for this reason cannot be hidden, however the derived class does not handle
this function.
- Version:
- 1.0.0
- Author:
- Dr. David J. Knowles
- See Also:
ComponentHandler, Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
MethodInvalidException
public MethodInvalidException(java.lang.String msg)
MethodInvalidException
public MethodInvalidException(int errorCode)
MethodInvalidException
public MethodInvalidException(java.lang.String msg,
java.lang.Throwable ex)
MethodInvalidException
public MethodInvalidException(java.lang.String msg,
int errorCode)
MethodInvalidException
public MethodInvalidException(java.lang.String msg,
int errorCode,
java.lang.Throwable ex)
Copyright © 2002 Clearfield Research Ltd. All Rights Reserved.