com.ibm.able.platform
Class ServerStartupException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--com.ibm.able.platform.ServerStartupException
- All Implemented Interfaces:
- java.io.Serializable
- public class ServerStartupException
- extends java.lang.Exception
The ServerStartupException is the generic exception for the able iSeries startup code.
- See Also:
- Serialized Form
Constructor Summary |
ServerStartupException()
Create an ServerStartupException with no message. |
ServerStartupException(java.lang.String theMessage)
Create an ServerStartupException with the specified message. |
ServerStartupException(java.lang.String theMessage,
java.lang.String theClass,
java.lang.String theMethod)
Create an ServerStartupException with the specified message which includes
class and method that the exception came from |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ServerStartupException
public ServerStartupException()
- Create an ServerStartupException with no message.
ServerStartupException
public ServerStartupException(java.lang.String theMessage)
- Create an ServerStartupException with the specified message.
- Parameters:
theMessage
- The detail message of this exception
ServerStartupException
public ServerStartupException(java.lang.String theMessage,
java.lang.String theClass,
java.lang.String theMethod)
- Create an ServerStartupException with the specified message which includes
class and method that the exception came from
- Parameters:
theMessage
- The detail message of this exceptionlclClass
- The class that this exception came fromtheMethod
- The method that this exception came from