Skip navigation links
com.essbase.eas.framework.server.defs
Class ServiceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.essbase.eas.framework.defs.FrameworkException
com.essbase.eas.framework.server.defs.ServiceException
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- MalformedRequestException, NoSuchServiceException
-
public class ServiceException
- extends FrameworkException
Extends the FrameworkException
class to have a more specific meaning regarding "services"; a ServiceException
would normally be thrown when attempting to access services such as a script service, storage service, etc.
- Since:
- 6.5.2
- Version:
- 6.5.2, 10/01/02
- Author:
- Hank Cox, Painted Word
- See Also:
- Serialized Form
Constructor Summary |
ServiceException()
Constructs a ServiceException with no detail message. |
ServiceException(java.lang.String s)
Constructs a ServiceException with the specified detail message. |
ServiceException(java.lang.Throwable t)
Constructs a ServiceException based on another throwable object. |
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 |
ServiceException
public ServiceException()
- Constructs a
ServiceException
with no detail message.
ServiceException
public ServiceException(java.lang.String s)
- Constructs a
ServiceException
with the specified detail message.
- Parameters:
s
- the detail message
ServiceException
public ServiceException(java.lang.Throwable t)
- Constructs a
ServiceException
based on another throwable object. Has no message of its own.
- Parameters:
t
- - a throwable object that was caught before this ServiceException object was created and thrown.
Skip navigation links
Copyright © 2001, 2007, Oracle. All rights reserved.