com.gubutech.xload
Class XloadRequestNullException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bycom.gubutech.xload.XloadRequestNullException
All Implemented Interfaces:
java.io.Serializable

public class XloadRequestNullException
extends java.lang.RuntimeException

Signals if a method is illegaly used because a HttpServletRequest object was required and is not available.

Since:
1.0
See Also:
Serialized Form

Constructor Summary
XloadRequestNullException()
          Creates a new instance of XloadRequestNullException without detail message.
XloadRequestNullException(java.lang.String msg)
          Constructs an instance of XloadRequestNullException with the specified detail message.
 
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

XloadRequestNullException

public XloadRequestNullException()
Creates a new instance of XloadRequestNullException without detail message.

Since:
1.0

XloadRequestNullException

public XloadRequestNullException(java.lang.String msg)
Constructs an instance of XloadRequestNullException with the specified detail message.

Parameters:
msg - the detail message.
Since:
1.0