|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.ourgrid.common.exception.OurgridException
org.ourgrid.common.exception.CouldNotGenerateKeyException
public class CouldNotGenerateKeyException
This class represents a signal that some problem during the generation of a key has occurred.
Constructor Summary | |
---|---|
CouldNotGenerateKeyException()
Constructs a new Exception to signal that a problem with the key generation has occurred. |
|
CouldNotGenerateKeyException(java.lang.String cause)
Constructs a new Exception to signal that a problem with the key generation has occured. |
|
CouldNotGenerateKeyException(java.lang.String cause,
java.lang.Throwable detail)
Cosntructs a new Exception to signal that a problem with the key generation has occured. |
Method Summary | |
---|---|
java.lang.String |
getMessage()
Returns the exception message. |
Methods inherited from class org.ourgrid.common.exception.OurgridException |
---|
getStackTrace, printStackTrace, printStackTrace, printStackTrace |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, initCause, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public CouldNotGenerateKeyException()
public CouldNotGenerateKeyException(java.lang.String cause, java.lang.Throwable detail)
cause
- An string describing briefly the cause of the exception.detail
- The exception that is the origin of the problem.public CouldNotGenerateKeyException(java.lang.String cause)
cause
- An string describing briefly the cause of the exception.Method Detail |
---|
public java.lang.String getMessage()
getMessage
in class OurgridException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |