|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
scs.core.exception.SCSException
public class SCSException
This exception is the most basic SCS exception and other exceptions derive from it.
| Constructor Summary | |
|---|---|
SCSException(String message)
Default constructor. |
|
SCSException(String message,
Throwable cause)
|
|
SCSException(Throwable cause)
Constructor that accepts a Throwable as a cause. |
|
SCSException(UserException cause)
Constructor that accepts an UserException as a cause. |
|
| 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 SCSException(String message)
public SCSException(UserException cause)
cause - The UserException object.public SCSException(Throwable cause)
cause - The Throwable object.
public SCSException(String message,
Throwable cause)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||