com.sun.enterprise.admin.servermgmt
Class InstanceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.sun.enterprise.admin.servermgmt.RepositoryException
              extended by com.sun.enterprise.admin.servermgmt.InstanceException
All Implemented Interfaces:
Serializable

public class InstanceException
extends RepositoryException

See Also:
Serialized Form

Constructor Summary
InstanceException(String message)
          Constructs a new InstanceException object.
InstanceException(String message, Throwable cause)
          Constructs a new InstanceException object.
InstanceException(Throwable cause)
          Constructs a new InstanceException object.
 
Method Summary
 
Methods inherited from class com.sun.enterprise.admin.servermgmt.RepositoryException
getLocalizedMessage, getMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, 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

InstanceException

public InstanceException(String message)
Constructs a new InstanceException object.

Parameters:
message -

InstanceException

public InstanceException(Throwable cause)
Constructs a new InstanceException object.

Parameters:
cause -

InstanceException

public InstanceException(String message,
                         Throwable cause)
Constructs a new InstanceException object.

Parameters:
message -
cause -


Copyright © 2012 GlassFish Community. All Rights Reserved.