com.bea.p13n.security.management.credentials
Class CredentialVaultException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.bea.p13n.exceptions.SystemException
                  extended by com.bea.p13n.security.management.credentials.CredentialVaultException
All Implemented Interfaces
Serializable

public class CredentialVaultException
extends SystemException

Runtime exception from concrete CredentialVaultService implementation

See Also
Serialized Form

Constructor Summary
CredentialVaultException(String message)
           
CredentialVaultException(Throwable 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

CredentialVaultException

public CredentialVaultException(String message)
Parameters
message - String representing the Exception message

CredentialVaultException

public CredentialVaultException(Throwable cause)
Parameters
cause - Throwable object representing the wrapped or chained exception


Copyright © 2011, Oracle. All rights reserved.