| java.lang.Object java.lang.Throwable java.lang.Exception com.sun.portal.container.ContentException
All known Subclasses: com.sun.portal.wsrp.consumer.markup.MarkupContentException,
ContentException | public class ContentException extends Exception (Code) | | A ContentException is thrown when there is an unrecoverable error
occurs when a container is trying to obtain the content of a particular
channel.
|
ContentException | public ContentException(String msg)(Code) | | Constructs a new exception with the specified message, indicating an
error in the provider as happened.
Parameters: msg - The descriptive message. |
ContentException | public ContentException(String msg, ErrorCode code)(Code) | | Constructs a new exception with the specified message and an error
code , indicating an
error in the provider as happened.
Parameters: msg - The descriptive message. Parameters: code - The error code associate with the exception. |
ContentException | public ContentException(String msg, Throwable e)(Code) | | Constructs a new exception with the specified message, and the original
exception , indicating an error in the
container as happened.
Parameters: msg - The descriptive message. Parameters: e - The original exception . |
ContentException | public ContentException(String msg, ErrorCode code, Throwable e)(Code) | | Constructs a new exception with the specified message, the error
code and the original exception , indicating an error
in the container as happened.
Parameters: msg - The descriptive message. Parameters: code - The error code associate with the exception. Parameters: e - The original exception . |
printStackTrace | public void printStackTrace()(Code) | | |
|
|