org.glassfish.admin.cli.resources
Class ResourceConflictException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.glassfish.admin.cli.resources.ResourceConflictException
- All Implemented Interfaces:
- Serializable
public class ResourceConflictException
- extends Exception
This exception is thrown when a resource conflict is detected in sun-resources.xml
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ResourceConflictException
public ResourceConflictException()
ResourceConflictException
public ResourceConflictException(String msg)
ResourceConflictException
public ResourceConflictException(Throwable t)
ResourceConflictException
public ResourceConflictException(String msg,
Throwable t)
Copyright © 2012 GlassFish Community. All Rights Reserved.