net.sf.pipet.resources
Class ResourceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.sf.pipet.resources.ResourceException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ResourceAccessException, ResourceNotFoundException, ResourceNotPermittedException, ResourceSpecificationException, ResourceValidationException

public class ResourceException
extends Exception

See Also:
Serialized Form

Constructor Summary
ResourceException()
           
ResourceException(String msg)
           
ResourceException(String msg, Throwable ex)
           
ResourceException(Throwable ex)
           
 
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

ResourceException

public ResourceException()

ResourceException

public ResourceException(String msg)

ResourceException

public ResourceException(Throwable ex)

ResourceException

public ResourceException(String msg,
                         Throwable ex)


Copyright © 2012 VU University Amsterdam. All Rights Reserved.