pl.psnc.dl.ege.webapp.request
Class RequestResolvingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Nested Class Summary
static class RequestResolvingException.Status
           
 
Field Summary
static java.lang.String CONV_PARAMS
           
 
Constructor Summary
RequestResolvingException(RequestResolvingException.Status status)
           
RequestResolvingException(RequestResolvingException.Status status, java.lang.String message)
           
RequestResolvingException(java.lang.String message)
           
 
Method Summary
 RequestResolvingException.Status getStatus()
           
 
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
 

Field Detail

CONV_PARAMS

public static final java.lang.String CONV_PARAMS
See Also:
Constant Field Values
Constructor Detail

RequestResolvingException

public RequestResolvingException(java.lang.String message)

RequestResolvingException

public RequestResolvingException(RequestResolvingException.Status status)

RequestResolvingException

public RequestResolvingException(RequestResolvingException.Status status,
                                 java.lang.String message)
Method Detail

getStatus

public RequestResolvingException.Status getStatus()


Copyright © 2010. All Rights Reserved.