All Packages Class Hierarchy This Package Previous Next Index
Class IMSWG.IU.PostException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----java.io.IOException
|
+----IMSWG.IU.PostException
- public class PostException
- extends IOException
Signals that an (any kind of) error has occurred while Posting.
-
PostException()
- Constructs a PostException with no detail message.
-
PostException(String)
- Constructs a PostException with the specified detail
message.
PostException
public PostException()
- Constructs a PostException with no detail message. A
detail message is a String that describes this particular
exception.
PostException
public PostException(String msg)
- Constructs a PostException with the specified detail
message. A detail message is a String that describes this
particular exception.
- Parameters:
- msg - the detail message
All Packages Class Hierarchy This Package Previous Next Index