Class AducidWebException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.aducid.web.common.AducidWebException
All Implemented Interfaces:
com.aducid.sdk.common.Localizable, java.io.Serializable

public class AducidWebException
extends java.lang.Exception
implements com.aducid.sdk.common.Localizable
ADUCID web exception. Created 26. 2. 2016 8:32:38
Author:
Radek Jira
See Also:
Serialized Form
  • Constructor Summary

    Constructors 
    Constructor Description
    AducidWebException​(com.aducid.sdk.common.Descriptive descriptive, java.lang.String... arguments)
    Constructor with descriptive.
    AducidWebException​(java.lang.String message)
    Constructor with message.
    AducidWebException​(java.lang.String id, com.aducid.sdk.common.Descriptive descriptive, java.lang.String... arguments)
    Constructor with identifier and descriptive.
    AducidWebException​(java.lang.String id, java.lang.String message)
    Constructor with identifier and message.
    AducidWebException​(java.lang.String id, java.lang.Throwable cause)
    Constructor with identifier and cause.
    AducidWebException​(java.lang.Throwable cause)
    Constructor with cause.
  • Method Summary

    Modifier and Type Method Description
    java.lang.String[] getArguments()
    java.lang.String getId()
    Returns identifier.
    java.lang.String getKey()

    Methods inherited from class java.lang.Throwable

    addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • AducidWebException

      public AducidWebException​(com.aducid.sdk.common.Descriptive descriptive, java.lang.String... arguments)
      Constructor with descriptive.
      Parameters:
      descriptive - descriptive
      arguments - arguments
    • AducidWebException

      public AducidWebException​(java.lang.Throwable cause)
      Constructor with cause.
      Parameters:
      cause - cause
    • AducidWebException

      public AducidWebException​(java.lang.String message)
      Constructor with message.
      Parameters:
      message - message
    • AducidWebException

      public AducidWebException​(java.lang.String id, com.aducid.sdk.common.Descriptive descriptive, java.lang.String... arguments)
      Constructor with identifier and descriptive.
      Parameters:
      id - identifier
      descriptive - descriptive
      arguments - arguments
    • AducidWebException

      public AducidWebException​(java.lang.String id, java.lang.Throwable cause)
      Constructor with identifier and cause.
      Parameters:
      id - identifier
      cause - cause
    • AducidWebException

      public AducidWebException​(java.lang.String id, java.lang.String message)
      Constructor with identifier and message.
      Parameters:
      id - identifier
      message - message
  • Method Details

    • getId

      public java.lang.String getId()

      Returns identifier.

      Returns:
      identifier
    • getKey

      public java.lang.String getKey()
      Specified by:
      getKey in interface com.aducid.sdk.common.Localizable
    • getArguments

      public java.lang.String[] getArguments()
      Specified by:
      getArguments in interface com.aducid.sdk.common.Localizable