Class BusinessIntermediateException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.cxbox.core.exception.BusinessIntermediateException
All Implemented Interfaces:
Serializable

public class BusinessIntermediateException extends RuntimeException
See Also:
  • Constructor Details

    • BusinessIntermediateException

      public BusinessIntermediateException()
    • BusinessIntermediateException

      public BusinessIntermediateException(String message, Throwable cause)
    • BusinessIntermediateException

      public BusinessIntermediateException(Throwable cause)
    • BusinessIntermediateException

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