|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.io.IOException
org.systinet.wasp.admin.InputSizeException
IOException
wrapper for message size interceptor.
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 |
public InputSizeException()
InputSizeException
without detail message.
public InputSizeException(java.lang.String msg)
InputSizeException
with the specified detail message.
msg
- the detail message.public InputSizeException(java.lang.String msg, long maxSize)
InputSizeException
with the specified detail message.
msg
- the detail message.maxSize
- the maximum size of messageMethod Detail |
public long getMaxSize()
public void setMaxSize(long maxSize)
maxSize
- New value of property maxSize.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |