Class InternalException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CryptoException, MapperException, NotificationConfigurationException, UnavailableException, UnhealthyException

public class InternalException extends BaseException
Created by patricktwohig on 3/30/15.
See Also:
  • Constructor Details

    • InternalException

      public InternalException()
    • InternalException

      public InternalException(String message)
    • InternalException

      public InternalException(String message, Throwable cause)
    • InternalException

      public InternalException(Throwable cause)
    • InternalException

      public InternalException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
  • Method Details