Class InsufficientEnvironmentException

  • All Implemented Interfaces:
    java.io.Serializable

    public class InsufficientEnvironmentException
    extends java.lang.IllegalStateException
    An exception is thrown when Aspectran fails to run properly due to insufficient environment settings.
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getPrettyMessage()  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • InsufficientEnvironmentException

        public InsufficientEnvironmentException()
        Constructs a InsufficientEnvironmentException.
      • InsufficientEnvironmentException

        public InsufficientEnvironmentException​(java.lang.String msg)
        Constructs an InsufficientEnvironmentException with the specified message.
        Parameters:
        msg - the specific message
      • InsufficientEnvironmentException

        public InsufficientEnvironmentException​(java.lang.Throwable cause)
        Constructs an InsufficientEnvironmentException with the wrapped exception.
        Parameters:
        cause - the real cause of the exception
      • InsufficientEnvironmentException

        public InsufficientEnvironmentException​(java.lang.String msg,
                                                java.lang.Throwable cause)
        Constructs an AspectranCheckedException with the specified message and wrapped exception.
        Parameters:
        msg - the specific message
        cause - the real cause of the exception
    • Method Detail

      • getPrettyMessage

        public java.lang.String getPrettyMessage()