Class ArnException

java.lang.Object
java.lang.Throwable
java.lang.Exception
dev.efekos.arn.exception.ArnException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ArnArgumentException, ArnCommandException, ArnContainerException

public class ArnException extends Exception
Base exception type thrown by Arn.
Since:
0.3
Author:
efekos
See Also:
  • Constructor Details

    • ArnException

      public ArnException()
      Creates a new exception.
    • ArnException

      public ArnException(String message)
      Creates a new exception.
      Parameters:
      message - Exception message.
    • ArnException

      public ArnException(String message, Throwable cause)
      Creates a new exception.
      Parameters:
      message - Exception message.
      cause - Exception cause.
    • ArnException

      public ArnException(Throwable cause)
      Creates a new exception.
      Parameters:
      cause - Exception cause.
    • ArnException

      public ArnException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
      Creates a new exception.
      Parameters:
      message - Exception message.
      cause - Exception cause.
      enableSuppression - Whether suppression should be enabled.
      writableStackTrace - Whether stack trace is writeable