Class 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:
    Serialized Form
    • Constructor Detail

      • 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)