Klasse UnexpectedErrorException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.deidentifier.arx.exceptions.UnexpectedErrorException
Alle implementierten Schnittstellen:
Serializable

public class UnexpectedErrorException extends RuntimeException
Internal class for unexpected errors.
Siehe auch:
  • Konstruktordetails

    • UnexpectedErrorException

      public UnexpectedErrorException()
      Constructor
    • UnexpectedErrorException

      public UnexpectedErrorException(String message)
      Constructor
      Parameter:
      message -
    • UnexpectedErrorException

      public UnexpectedErrorException(String message, Throwable cause)
      Constructor
      Parameter:
      message -
      cause -
    • UnexpectedErrorException

      public UnexpectedErrorException(Throwable cause)
      Constructor
      Parameter:
      cause -