SMILA (incubation) API documentation

org.eclipse.smila.management.jmx.client.exceptions
Class OperationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.eclipse.smila.management.jmx.client.exceptions.OperationException
All Implemented Interfaces:
java.io.Serializable

public class OperationException
extends java.lang.Exception

The Class OperationException.

See Also:
Serialized Form

Constructor Summary
OperationException()
          Instantiates a new operation exception.
OperationException(java.lang.String message)
          Instantiates a new operation exception.
OperationException(java.lang.String message, java.lang.Throwable cause)
          Instantiates a new operation exception.
OperationException(java.lang.Throwable cause)
          Instantiates a new operation exception.
 
Method Summary
 
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

OperationException

public OperationException()
Instantiates a new operation exception.


OperationException

public OperationException(java.lang.String message)
Instantiates a new operation exception.

Parameters:
message - the message

OperationException

public OperationException(java.lang.Throwable cause)
Instantiates a new operation exception.

Parameters:
cause - the cause

OperationException

public OperationException(java.lang.String message,
                          java.lang.Throwable cause)
Instantiates a new operation exception.

Parameters:
message - the message
cause - the cause

SMILA (incubation) API documentation