Class UnexpectedRuntimeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
adalid.core.exceptions.UnexpectedRuntimeException
All Implemented Interfaces:
Serializable

public class UnexpectedRuntimeException extends RuntimeException
Author:
Jorge Campins
See Also:
  • Constructor Details

    • UnexpectedRuntimeException

      public UnexpectedRuntimeException()
    • UnexpectedRuntimeException

      public UnexpectedRuntimeException(String message)
    • UnexpectedRuntimeException

      public UnexpectedRuntimeException(Throwable cause)
    • UnexpectedRuntimeException

      public UnexpectedRuntimeException(String message, Throwable cause)