|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
gcs.GcsException
public abstract class GcsException
Whenever an error occurs in classes from gcs package or they subclasses, the GcsException is thrown.
| Constructor Summary | |
|---|---|
protected |
GcsException()
Default constructor, creates empty GcsException. |
protected |
GcsException(java.lang.String message)
Constructor which takes a message for the argument. |
protected |
GcsException(java.lang.String message,
java.lang.Throwable cause)
Constructor which takes both, a message and a Throwable object for its arguments. |
protected |
GcsException(java.lang.Throwable cause)
Constructor which takes a Throwable object for the argument. |
| 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 |
|---|
protected GcsException()
protected GcsException(java.lang.String message)
message - a message to be conveyed by this exceptionprotected GcsException(java.lang.Throwable cause)
cause - a Throwable object, which for instance causes this exception
to be thrown
protected GcsException(java.lang.String message,
java.lang.Throwable cause)
message - a message to be conveyed by this exceptioncause - a Throwable object, which for instance causes this exception
to be thrown
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||