Class VaultException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ptc.optegra.vault.VaultException
All Implemented Interfaces:
Serializable

public class VaultException extends Exception
VaultException:



Supported API: true

See Also:
  • Constructor Details

    • VaultException

      public VaultException(String message, Exception ex)
      Construct VaultException with nested exception "ex" Detail field contains the details about the exception occured

      Supported API: true
    • VaultException

      public VaultException(String message)
      Construct VaultException with "message" only.

      Supported API: true
  • Method Details

    • getMessage

      public String getMessage()
      Produce the message, include the message from the nested exception if there is one.

      Supported API: true
      Overrides:
      getMessage in class Throwable
      Returns:
      String