|
Message Security Layer (MSL) | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.netflix.msl.MslException
com.netflix.msl.MslCryptoException
public class MslCryptoException
Thrown when a crypto exception occurs within the Message Security Layer.
Field Summary | |
---|---|
private static long |
serialVersionUID
|
Constructor Summary | |
---|---|
MslCryptoException(MslError error)
Construct a new MSL crypto exception with the specified error. |
|
MslCryptoException(MslError error,
String details)
Construct a new MSL crypto exception with the specified error and details. |
|
MslCryptoException(MslError error,
String details,
Throwable cause)
Construct a new MSL crypto exception with the specified error, details, and cause. |
|
MslCryptoException(MslError error,
Throwable cause)
Construct a new MSL crypto exception with the specified error and cause. |
Method Summary | |
---|---|
MslCryptoException |
setEntity(EntityAuthenticationData entityAuthData)
Set the entity associated with the exception. |
MslCryptoException |
setEntity(MasterToken masterToken)
Set the entity associated with the exception. |
Methods inherited from class com.netflix.msl.MslException |
---|
getEntityAuthenticationData, getError, getMasterToken, getMessageId, getUserAuthenticationData, getUserIdToken, setMessageId, setUser, setUser |
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 |
Field Detail |
---|
private static final long serialVersionUID
Constructor Detail |
---|
public MslCryptoException(MslError error)
error
- the error.public MslCryptoException(MslError error, String details)
error
- the error.details
- the details text.public MslCryptoException(MslError error, String details, Throwable cause)
error
- the error.details
- the details text.cause
- the cause.public MslCryptoException(MslError error, Throwable cause)
error
- the error.cause
- the cause.Method Detail |
---|
public MslCryptoException setEntity(EntityAuthenticationData entityAuthData)
MslException
setEntity
in class MslException
entityAuthData
- entity associated with the error. May be null.
public MslCryptoException setEntity(MasterToken masterToken)
MslException
setEntity
in class MslException
masterToken
- entity associated with the error. May be null.
|
Message Security Layer (MSL) | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |