Class MessageIOException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- com.sun.enterprise.mgmt.transport.MessageIOException
-
- All Implemented Interfaces:
java.io.Serializable
public class MessageIOException extends java.io.IOExceptionIOException which related to parsingMessage- Author:
- Bongjae Chang
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MessageIOException(java.lang.String msg)MessageIOException(java.lang.String msg, java.lang.Throwable t)MessageIOException(java.lang.Throwable t)
-