|
||||||||||
| 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.dasein.cloud.InternalException
org.dasein.cloud.encryption.EncryptionException
public class EncryptionException
Represents an error encrypting/decrypting a data stream to/from the cloud storage environment.
| Constructor Summary | |
|---|---|
EncryptionException()
Constructs an empty encryption error. |
|
EncryptionException(String msg)
Constructs an encryption exception with the specified error message. |
|
EncryptionException(Throwable cause)
Constructs an exception exception resulting from the specified 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 EncryptionException()
public EncryptionException(String msg)
msg - the error message explaining why encryption/decryption could not happenpublic EncryptionException(Throwable cause)
cause - the cause of this encryption/decryption error
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright © 2009 enStratus Networks LLC – Available under the terms of the Artistic License 2.0.