Skip navigation links
com.essbase.eas.framework.defs.command
Class CommandRequestException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.essbase.eas.framework.defs.FrameworkException
com.essbase.eas.framework.defs.command.CommandRequestException
- All Implemented Interfaces:
- java.io.Serializable
-
public class CommandRequestException
- extends FrameworkException
Thrown when a command request is routed to a command manager and the command manager can't construct a proper command to send to the server.
- Since:
- 6.5.4
- Version:
- 7.1.0
- Author:
- Hank Cox
- See Also:
- Serialized Form
| Constructor Summary |
CommandRequestException()
Constructs a CommandRequestException with no specified detail message. |
CommandRequestException(java.lang.String s)
Constructs a CommandRequestException with the specified detail message. |
CommandRequestException(java.lang.String s, java.lang.Throwable t)
Constructs a FrameworkException based on another throwable object with a specific message of its own. |
CommandRequestException(java.lang.Throwable t)
Constructs a CommandRequestException 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 |
CommandRequestException
public CommandRequestException()
- Constructs a
CommandRequestException with no specified detail message. Places information about this exception in the log.
CommandRequestException
public CommandRequestException(java.lang.String s)
- Constructs a
CommandRequestException with the specified detail message.
- Parameters:
s - the detail message
CommandRequestException
public CommandRequestException(java.lang.Throwable t)
- Constructs a
CommandRequestException based on another throwable object. Has no message of its own.
- Parameters:
t - a throwable object that was caught before this CommandRequestException object was created and thrown.
CommandRequestException
public CommandRequestException(java.lang.String s,
java.lang.Throwable t)
- Constructs a
FrameworkException based on another throwable object with a specific message of its own.
- Parameters:
s - the detail message
t - a throwable object that was caught before this CommandRequestException object was created and thrown.
Skip navigation links
Copyright © 2001, 2012, Oracle. All rights reserved.