Class SecureVaultException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.synapse.securevault.SecureVaultException
All Implemented Interfaces:
Serializable

public class SecureVaultException extends RuntimeException
Common exception for all within secure vault module - TODO create fine grain exceptions
See Also:
  • Constructor Details

    • SecureVaultException

      public SecureVaultException(String string)
    • SecureVaultException

      public SecureVaultException(String msg, Throwable e)
    • SecureVaultException

      public SecureVaultException(Throwable t)
    • SecureVaultException

      public SecureVaultException(String msg, org.apache.commons.logging.Log synLog)
    • SecureVaultException

      public SecureVaultException(String msg, Throwable cause, org.apache.commons.logging.Log synLog)