Groovy Documentation

com.predic8.xml.util
[Groovy] Class ResourceDownloadException

java.lang.Object
  java.lang.Throwable
      java.lang.Exception
          java.lang.RuntimeException
              com.predic8.xml.util.ResourceDownloadException

class ResourceDownloadException
extends RuntimeException

Property Summary
Exception rootCause

int status

String url

 
Constructor Summary
ResourceDownloadException()

ResourceDownloadException(String message)

 
Method Summary
 
Methods inherited from class RuntimeException
printStackTrace, printStackTrace, printStackTrace, fillInStackTrace, getCause, initCause, toString, getMessage, getLocalizedMessage, getStackTrace, setStackTrace, wait, wait, wait, equals, hashCode, getClass, notify, notifyAll
 
Methods inherited from class Exception
printStackTrace, printStackTrace, printStackTrace, fillInStackTrace, getCause, initCause, toString, getMessage, getLocalizedMessage, getStackTrace, setStackTrace, wait, wait, wait, equals, hashCode, getClass, notify, notifyAll
 

Property Detail

rootCause

Exception rootCause


status

int status


url

String url


 
Constructor Detail

ResourceDownloadException

ResourceDownloadException()


ResourceDownloadException

ResourceDownloadException(String message)


 

Groovy Documentation