Class ServiceAstException

All Implemented Interfaces:
Serializable

public class ServiceAstException extends AstException
See Also:
  • Constructor Details

    • ServiceAstException

      public ServiceAstException(AstCommand command, String message, Throwable cause)
    • ServiceAstException

      public ServiceAstException(String message)
    • ServiceAstException

      public ServiceAstException(String message, Throwable cause)
    • ServiceAstException

      public ServiceAstException(AstCommand command, String message)
  • Method Details