|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
gov.nasa.gsfc.spdf.ssc.SSCException
gov.nasa.gsfc.spdf.ssc.SSCInternalException
public class SSCInternalException
This class represents exceptional conditions that occur during the execution of SSC operations. The details of this exception are not of interest to external agents. That is, a client will want to know that an exception occurred but the details would be meaningless.
| Constructor Summary | |
|---|---|
SSCInternalException()
Constructs an SSCInternalException with null as its
detail message. |
|
SSCInternalException(java.lang.String message)
Constructs an SSCInternalException with the specified detail message. |
|
SSCInternalException(java.lang.String message,
java.lang.Throwable cause)
Constructs a new exception with the specified detail message and cause. |
|
SSCInternalException(java.lang.Throwable cause)
Constructs a new exception with the specified cause and a detail message of {@code (cause==null ? |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SSCInternalException()
null as its
detail message.
public SSCInternalException(java.lang.String message)
message - the detail message
public SSCInternalException(java.lang.String message,
java.lang.Throwable cause)
message - the detail messagecause - the causepublic SSCInternalException(java.lang.Throwable cause)
(cause==null ? null : cause.toString())
(which typically contains the class and detail message of
cause).
cause - the cause
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||