com.bradmcevoy.http.exceptions
Class MiltonException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.bradmcevoy.http.exceptions.MiltonException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
BadRequestException, ConflictException, LockedException, NotAuthorizedException, PreConditionFailedException

public abstract class MiltonException
extends java.lang.Exception

Base class for exceptions during processing requests on resources

See Also:
Serialized Form

Constructor Summary
MiltonException(Resource resource)
           
 
Method Summary
 Resource getResource()
           
 
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

MiltonException

public MiltonException(Resource resource)
Method Detail

getResource

public Resource getResource()


Copyright © 2011. All Rights Reserved.