Class VortexException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.vortexsoftware.sdk.VortexException
All Implemented Interfaces:
Serializable

public class VortexException extends Exception
Exception thrown by Vortex SDK operations
See Also:
  • Constructor Details

    • VortexException

      public VortexException(String message)
    • VortexException

      public VortexException(String message, Throwable cause)
    • VortexException

      public VortexException(Throwable cause)