org.systinet.wasp.admin
Class InputSizeException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.io.IOException
              extended byorg.systinet.wasp.admin.InputSizeException
All Implemented Interfaces:
java.io.Serializable

public class InputSizeException
extends java.io.IOException

IOException wrapper for message size interceptor.

Since:
4.0
See Also:
Serialized Form
Component:
Mgmt-Services

Constructor Summary
InputSizeException()
          Creates new InputSizeException without detail message.
InputSizeException(java.lang.String msg)
          Constructs an InputSizeException with the specified detail message.
InputSizeException(java.lang.String msg, long maxSize)
          Constructs an InputSizeException with the specified detail message.
 
Method Summary
 long getMaxSize()
          Getter for property maxSize.
 void setMaxSize(long maxSize)
          Setter for property maxSize.
 
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

InputSizeException

public InputSizeException()
Creates new InputSizeException without detail message.


InputSizeException

public InputSizeException(java.lang.String msg)
Constructs an InputSizeException with the specified detail message.

Parameters:
msg - the detail message.

InputSizeException

public InputSizeException(java.lang.String msg,
                          long maxSize)
Constructs an InputSizeException with the specified detail message.

Parameters:
msg - the detail message.
maxSize - the maximum size of message
Method Detail

getMaxSize

public long getMaxSize()
Getter for property maxSize.

Returns:
Value of property maxSize.

setMaxSize

public void setMaxSize(long maxSize)
Setter for property maxSize.

Parameters:
maxSize - New value of property maxSize.