com.ibm.ram.common.data.exception
Class InvalidTextLengthException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.ibm.ram.common.data.exception.InvalidTextLengthException
All Implemented Interfaces:
java.io.Serializable

public class InvalidTextLengthException
extends java.lang.Exception

Thrown when the length of a text input is invalid

Since:
7.1
See Also:
Serialized Form

Constructor Summary
InvalidTextLengthException()
           
InvalidTextLengthException(java.lang.String message)
           
 
Method Summary
 java.lang.String getMessage()
           
 void setMessage(java.lang.String message)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

InvalidTextLengthException

public InvalidTextLengthException()
Since:
7.1

InvalidTextLengthException

public InvalidTextLengthException(java.lang.String message)
Since:
7.1
Method Detail

getMessage

public java.lang.String getMessage()
Overrides:
getMessage in class java.lang.Throwable
Returns:
Returns the message.
Since:
7.1

setMessage

public void setMessage(java.lang.String message)
Parameters:
message - The message to set.
Since:
7.1