amber.server.exception
Class ApplicationHandlerException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--amber.server.exception.AmberException
|
+--amber.server.exception.ApplicationException
|
+--amber.server.exception.ApplicationHandlerException
- All Implemented Interfaces:
- java.io.Serializable
- public class ApplicationHandlerException
- extends ApplicationException
This class handles the requirements for exceptions created by the ApplicationHandler
classes.
- See Also:
ApplicationHandler, 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 |
ApplicationHandlerException
public ApplicationHandlerException(java.lang.String msg)
ApplicationHandlerException
public ApplicationHandlerException(int errorCode)
ApplicationHandlerException
public ApplicationHandlerException(java.lang.String msg,
java.lang.Throwable ex)
ApplicationHandlerException
public ApplicationHandlerException(java.lang.String msg,
int errorCode)
ApplicationHandlerException
public ApplicationHandlerException(java.lang.String msg,
int errorCode,
java.lang.Throwable ex)
Copyright © 2002 Clearfield Research Ltd. All Rights Reserved.