Class SetupException

All Implemented Interfaces:
Serializable

public class SetupException extends RuntimeException
General setup runtime exception.
Version:
1.0
Author:
matt
See Also:
  • Constructor Details

    • SetupException

      public SetupException(String message)
      Construct with a message.
      Parameters:
      message - the message
    • SetupException

      public SetupException(String message, Throwable cause)
      Construct with a message and exception.
      Parameters:
      message - message
      cause - the original exception