| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
edu.sdsc.inca.util.CrypterException
public class CrypterException
Indicates that some configuration problem has occured within Inca.
| Constructor Summary | |
|---|---|
| CrypterException()Default constructor. | |
| CrypterException(java.lang.String s)Create a configuration exception with the given message. | |
| CrypterException(java.lang.String s,
                 java.lang.Throwable throwable)Add a message to the Exception and a cause. | |
| CrypterException(java.lang.Throwable throwable)Add just a cause to the exception. | |
| 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 CrypterException()
public CrypterException(java.lang.String s)
s - Message
public CrypterException(java.lang.String s,
                        java.lang.Throwable throwable)
s - messagethrowable - causepublic CrypterException(java.lang.Throwable throwable)
throwable - cause| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||