Class CoreException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AdapterNamingException, ConfigurationException, JdbcParameterException, OutOfStateException, ProduceException, ServiceException, VcsException

public class CoreException extends InterlokException

Standard Exception in the core package and sub-packages.

See Also:
  • Constructor Details

    • CoreException

      public CoreException()

      Creates a new instance.

    • CoreException

      public CoreException(Throwable cause)

      Creates a new instance with a reference to a previous Exception.

      Parameters:
      cause - a previous, causal Exception
    • CoreException

      public CoreException(String description)

      Creates a new instance with a description of the Exception.

      Parameters:
      description - description of the Exception
    • CoreException

      public CoreException(String description, Throwable cause)

      Creates a new instance with a reference to a previous Exception and a description of the Exception.

      Parameters:
      description - of the Exception
      cause - previous Exception