org.glassfish.admin.cli.resources
Class ResourceConflictException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Constructor Summary
ResourceConflictException()
           
ResourceConflictException(String msg)
           
ResourceConflictException(String msg, Throwable t)
           
ResourceConflictException(Throwable t)
           
 
Method Summary
 
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

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.