Class AppClusterException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.aoapps.appcluster.AppClusterException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AppClusterConfigurationException

public class AppClusterException extends Exception
Author:
AO Industries, Inc.
See Also:
  • Constructor Details

    • AppClusterException

      public AppClusterException()
    • AppClusterException

      public AppClusterException(String message)
    • AppClusterException

      public AppClusterException(Throwable cause)
    • AppClusterException

      public AppClusterException(String message, Throwable cause)