com.dtolabs.rundeck.core.resources.format
Class ResourceFormatGeneratorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.dtolabs.rundeck.core.resources.format.ResourceFormatGeneratorException
All Implemented Interfaces:
java.io.Serializable

public class ResourceFormatGeneratorException
extends java.lang.Exception

ResourceFormatGeneratorException is ...

See Also:
Serialized Form

Constructor Summary
ResourceFormatGeneratorException()
           
ResourceFormatGeneratorException(java.lang.Exception cause)
           
ResourceFormatGeneratorException(java.lang.String msg)
           
ResourceFormatGeneratorException(java.lang.String msg, java.lang.Exception cause)
           
 
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

ResourceFormatGeneratorException

public ResourceFormatGeneratorException()

ResourceFormatGeneratorException

public ResourceFormatGeneratorException(java.lang.String msg)

ResourceFormatGeneratorException

public ResourceFormatGeneratorException(java.lang.Exception cause)

ResourceFormatGeneratorException

public ResourceFormatGeneratorException(java.lang.String msg,
                                        java.lang.Exception cause)