Oracle Corporation

com.bea.wlcp.wlng.api.management
Class ManagementException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.bea.wlcp.wlng.api.management.ManagementException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
InputManagementException

public class ManagementException
extends Exception

See Also:
Serialized Form
Copyright © 2008 Oracle Corporation Systems, Inc. All Rights Reserved.

Constructor Summary
ManagementException()
           
ManagementException(String message)
           
ManagementException(String message, Throwable cause)
           
ManagementException(Throwable cause)
           
 
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

ManagementException

public ManagementException()

ManagementException

public ManagementException(String message)

ManagementException

public ManagementException(String message,
                           Throwable cause)

ManagementException

public ManagementException(Throwable cause)

Oracle Corporation