com.sun.enterprise.admin.servermgmt
Class InstanceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sun.enterprise.admin.servermgmt.RepositoryException
com.sun.enterprise.admin.servermgmt.InstanceException
- All Implemented Interfaces:
- Serializable
public class InstanceException
- extends RepositoryException
- See Also:
- Serialized Form
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.