com.bea.ales.management.exception
Class OperationNotAllowedException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.bea.ales.management.exception.ManagementException
                    |
                    +--com.bea.ales.management.exception.OperationNotAllowedException

public class OperationNotAllowedException
extends ManagementException

This exception is thrown to indicate that an unauthorized management operation was attempted.

See Also:
Serialized Form

Field Summary
static java.lang.String OPERATION_NOT_ALLOWED_EXCEPTION_TYPE
           
 
Constructor Summary
OperationNotAllowedException(java.lang.String message)
          Constructor.
OperationNotAllowedException(java.lang.String message, java.lang.Exception inCause)
          Constructor.
 
Methods inherited from class com.bea.ales.management.exception.ManagementException
getCause, getMessage, getType
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

OPERATION_NOT_ALLOWED_EXCEPTION_TYPE

public static final java.lang.String OPERATION_NOT_ALLOWED_EXCEPTION_TYPE
Constructor Detail

OperationNotAllowedException

public OperationNotAllowedException(java.lang.String message)
Constructor. Uses the given message.

Parameters:
message - The exception message.

OperationNotAllowedException

public OperationNotAllowedException(java.lang.String message,
                                    java.lang.Exception inCause)
Constructor. Uses the given message and cause Exception.

Parameters:
message - The exception message.
inCause - The cause for this exception.


Copyright © 2004-2008, Oracle and/or its affiliates. All rights reserved.