Class XtumlException

java.lang.Object
java.lang.Throwable
java.lang.Exception
io.ciera.runtime.summit.exceptions.XtumlException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
BadArgumentException, DeletedInstanceException, EmptyInstanceException, InstancePopulationException, LinkException, ModelIntegrityException, NotImplementedException, StateMachineException, UniqueIdException, XtumlInterruptedException

public class XtumlException extends Exception
See Also:
  • Constructor Details

    • XtumlException

      public XtumlException(String message)
    • XtumlException

      public XtumlException(Throwable t)
    • XtumlException

      public XtumlException(String message, Throwable t)