| |
|
| java.lang.Object java.lang.Throwable java.lang.Exception com.sun.portal.container.ContainerException
ContainerException | public class ContainerException extends Exception (Code) | | A ContainerException is thrown when there is an unrecoverable error
occurs when container code get executed.
|
ContainerException | public ContainerException(String msg)(Code) | | Constructs a new exception with the specified message, indicating an
error in the provider as happened.
Parameters: msg - The descriptive message. |
ContainerException | public ContainerException(String msg, Throwable e)(Code) | | Constructs a new exception with the specified message, and the original
exception or error , indicating an error in the
container as happened.
Parameters: msg - The descriptive message. Parameters: e - The original exception or error . |
printStackTrace | public void printStackTrace()(Code) | | |
|
|
|