Package com.vdoc.sdk.commons.exception
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 Summary
ConstructorsModifierConstructorDescriptionDefault constructorSDKServiceRuntimeException(String message, String... messageParameters) ConstructorprotectedSDKServiceRuntimeException(String message, Throwable cause, boolean internal, String... messageParameters) SDKServiceRuntimeException(String message, Throwable cause, String... messageParameters) ConstructorConstructor -
Method Summary
Methods inherited from class com.axemble.vdoc.core.exceptions.VDocException
findException, getLocalizedMessage, getLocalizedMessage, getMessageParameters, getThrowableMessage, isLocalized, isLogAsError, setLocalizedMessage, setLogAsError, toStringMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
SDKServiceRuntimeException
public SDKServiceRuntimeException()Default constructor -
SDKServiceRuntimeException
Constructor- Parameters:
message- the messagecause- the causemessageParameters- the message parameters
-
SDKServiceRuntimeException
Constructor- Parameters:
message- the messagemessageParameters- the message parameters
-
SDKServiceRuntimeException
Constructor- Parameters:
cause- the cause
-
SDKServiceRuntimeException
-