exception
Class MessagePartHasWrongSizeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
exception.MessagePartHasWrongSizeException
- All Implemented Interfaces:
- java.io.Serializable
public final class MessagePartHasWrongSizeException
- extends java.lang.Exception
Exception thrown when a MessagePart
that shall be assigned is
of wrong size.
- Author:
- Karl-Peter Fuchs
- See Also:
message
,
Serialized Form
Field Summary |
private static long |
serialVersionUID
The serialVersionUID as identifier for this serializable class |
Method Summary |
java.lang.String |
getMessage()
Returns the String "MessagePart has wrong size". |
java.lang.String |
toString()
Returns the String "MessagePartHasWrongSizeException". |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
serialVersionUID
private static final long serialVersionUID
- The serialVersionUID as identifier for this serializable class
- See Also:
- Constant Field Values
MessagePartHasWrongSizeException
public MessagePartHasWrongSizeException()
- Constructs a MessagePartHasWrongSizeException (empty constructor).
getMessage
public java.lang.String getMessage()
- Returns the String "MessagePart has wrong size".
- Overrides:
getMessage
in class java.lang.Throwable
- Returns:
- "MessagePart has wrong size"
toString
public java.lang.String toString()
- Returns the String "MessagePartHasWrongSizeException".
- Overrides:
toString
in class java.lang.Throwable
- Returns:
- "MessagePartHasWrongSizeException"