|
||||||||||
| 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.ibm.portal.portlet.service.credentialvault.SecretTypeNotSupportedException
public class SecretTypeNotSupportedException
Exception that is thrown when a particular Vault implementation cannot handle
a specific Secret Type, as defined in the CredentialVaultService
class.
| Constructor Summary | |
|---|---|
SecretTypeNotSupportedException(int secretType)
Constructs a SecretTypeNotSupported exception. |
|
SecretTypeNotSupportedException(int secretType,
java.lang.String message)
Constructor. |
|
SecretTypeNotSupportedException(int secretType,
java.lang.String message,
java.lang.Throwable cause)
Constructor. |
|
SecretTypeNotSupportedException(int secretType,
java.lang.Throwable throwable)
Constructs a SecretTypeNotSupportedException exception. |
|
| Method Summary | |
|---|---|
int |
getSecretType()
Field getter for secretType. |
| 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 SecretTypeNotSupportedException(int secretType)
secretType - The Secret Type. This should be provided by the caller.
public SecretTypeNotSupportedException(int secretType,
java.lang.Throwable throwable)
secretType - The Secret Type. This should be provided by the caller.throwable - The throwable of the exception.
public SecretTypeNotSupportedException(int secretType,
java.lang.String message)
message - the string message.secretType - The Secret Type. This should be provided by the caller.
public SecretTypeNotSupportedException(int secretType,
java.lang.String message,
java.lang.Throwable cause)
message - the string message.cause - the root cause of this exception.secretType - The Secret Type. This should be provided by the caller.| Method Detail |
|---|
public int getSecretType()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||