com.bea.ales.management.exception
Class ManagementException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.bea.ales.management.exception.ManagementException
Direct Known Subclasses:
InvalidTypeException, ObjectNotFoundException, OperationNotAllowedException

public class ManagementException
extends java.lang.Exception

This is the base class of management API specific exceptions class hierarchy.

See Also:
Serialized Form

Method Summary
 java.lang.Throwable getCause()
          Return cause of the exception
 java.lang.String getMessage()
          Return the string messgae associated with the exception
 java.lang.String getType()
          Return the exception type as a String
 
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
 

Method Detail

getMessage

public java.lang.String getMessage()
Return the string messgae associated with the exception

Returns:
the message associated with the exception
Overrides:
getMessage in class java.lang.Throwable

getType

public java.lang.String getType()
Return the exception type as a String

Returns:
type of exception

getCause

public java.lang.Throwable getCause()
Return cause of the exception

Returns:
cause of the exception
Overrides:
getCause in class java.lang.Throwable


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