Class PsyInternalErrorException

All Implemented Interfaces:
PsyExecutable, PsyObject, Serializable

@ErrorType("internalerror") public class PsyInternalErrorException extends PsyErrorException
The representation of the internalerror error thrown to indicate some unexpected internal error has occurred in the Psylla runtime.
See Also:
  • Constructor Details

    • PsyInternalErrorException

      public PsyInternalErrorException()
      Constructs a new internalerror object with null as its detail message.