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.


Constructor Index

 o PostException()
Constructs a PostException with no detail message.
 o PostException(String)
Constructs a PostException with the specified detail message.

Constructors

 o PostException
 public PostException()
Constructs a PostException with no detail message. A detail message is a String that describes this particular exception.

 o 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