pl.psnc.dl.ege.webapp.request
Class RequestResolvingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
pl.psnc.dl.ege.webapp.request.RequestResolvingException
- All Implemented Interfaces:
- java.io.Serializable
public class RequestResolvingException
- extends java.lang.Exception
Created during performance of ConversionRequestResolver
.
Each instance has its own status - it is used to point out
appropriate HTTP status when an error occurs.
- Author:
- mariuszs
- See Also:
- Serialized Form
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 |
CONV_PARAMS
public static final java.lang.String CONV_PARAMS
- See Also:
- Constant Field Values
RequestResolvingException
public RequestResolvingException(java.lang.String message)
RequestResolvingException
public RequestResolvingException(RequestResolvingException.Status status)
RequestResolvingException
public RequestResolvingException(RequestResolvingException.Status status,
java.lang.String message)
getStatus
public RequestResolvingException.Status getStatus()
Copyright © 2010. All Rights Reserved.