|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.essbase.eas.framework.defs.FrameworkException
com.essbase.eas.framework.server.defs.ServiceException
com.essbase.eas.framework.server.defs.NoSuchServiceException
public class NoSuchServiceException
This exception wil be thrown when a request is made for a service that cannot be found in the service context.
| Constructor Summary | |
|---|---|
NoSuchServiceException()Constructs a NoSuchServiceException with no detail message. |
|
NoSuchServiceException(java.lang.String s)Constructs a NoSuchServiceException with the specified detail message. |
|
| Method Summary |
|---|
| Methods inherited from class com.essbase.eas.framework.defs.FrameworkException |
|---|
createException, getReason |
| 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 |
| Constructor Detail |
|---|
public NoSuchServiceException()
NoSuchServiceException with no detail message.public NoSuchServiceException(java.lang.String s)
NoSuchServiceException with the specified detail message.
s - the detail message
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||