Class TopiaException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
SchemaValidationTopiaException, TopiaMigrationServiceException, TopiaMisconfigurationException, TopiaNotFoundException, TopiaQueryException, TopiaVetoException

public class TopiaException extends RuntimeException
Main exception for any ToPIA exception Created: 23 déc. 2005 23:03:36 Since version 3.0, this exception is now a RuntimeException has it represents only technical issues.
Author:
Benjamin Poussin - poussin@codelutin.com
See Also:
  • Constructor Details

    • TopiaException

      public TopiaException()
      Default constructor.
    • TopiaException

      public TopiaException(String message)
      Constructor with message.
      Parameters:
      message - exception message
    • TopiaException

      public TopiaException(String message, Throwable cause)
      Constructor for a wrapped TopiaException over a cause with a message.
      Parameters:
      message - exception message
      cause - exception cause
    • TopiaException

      public TopiaException(Throwable cause)
      Constructor for a wrapped TopiaException over a cause.
      Parameters:
      cause - exception cause