Class ActivityContextBuilderException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.aspectran.core.context.builder.ActivityContextBuilderException
All Implemented Interfaces:
Serializable

public class ActivityContextBuilderException extends Exception
This exception is thrown when ActivityContext building fails.

Created: 2017. 04. 08 PM 8:17:55

See Also:
  • Constructor Details

    • ActivityContextBuilderException

      public ActivityContextBuilderException()
      Simple constructor.
    • ActivityContextBuilderException

      public ActivityContextBuilderException(String msg)
      Constructor to create exception with a message.
      Parameters:
      msg - the specific message
    • ActivityContextBuilderException

      public ActivityContextBuilderException(Throwable cause)
      Constructor to create exception to wrap another exception.
      Parameters:
      cause - the real cause of the exception
    • ActivityContextBuilderException

      public ActivityContextBuilderException(String msg, Throwable cause)
      Constructor to create exception to wrap another exception and pass a message.
      Parameters:
      msg - the specific message
      cause - the real cause of the exception