Class SDKServiceRuntimeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.axemble.vdoc.core.exceptions.VDocException
com.vdoc.sdk.commons.exception.SDKServiceRuntimeException
All Implemented Interfaces:
Serializable

public class SDKServiceRuntimeException extends com.axemble.vdoc.core.exceptions.VDocException
SDK service runtime exception Created by wtoscer on 10/02/2015.
See Also:
  • Constructor Details

    • SDKServiceRuntimeException

      public SDKServiceRuntimeException()
      Default constructor
    • SDKServiceRuntimeException

      public SDKServiceRuntimeException(String message, Throwable cause, String... messageParameters)
      Constructor
      Parameters:
      message - the message
      cause - the cause
      messageParameters - the message parameters
    • SDKServiceRuntimeException

      public SDKServiceRuntimeException(String message, String... messageParameters)
      Constructor
      Parameters:
      message - the message
      messageParameters - the message parameters
    • SDKServiceRuntimeException

      public SDKServiceRuntimeException(Throwable cause)
      Constructor
      Parameters:
      cause - the cause
    • SDKServiceRuntimeException

      protected SDKServiceRuntimeException(String message, Throwable cause, boolean internal, String... messageParameters)