|
||||||||||
| 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.MalformedRequestException
public class MalformedRequestException
This exception will be thrown when a request cannot be processed because it is not formed correctly.
| Constructor Summary | |
|---|---|
MalformedRequestException()Constructs a MalformedRequestException with no detail message. |
|
MalformedRequestException(java.lang.String s)Constructs a MalformedRequestException 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 MalformedRequestException()
MalformedRequestException with no detail message.public MalformedRequestException(java.lang.String s)
MalformedRequestException 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 | |||||||||