Class PsyUnsupportedException

All Implemented Interfaces:
PsyExecutable, PsyObject, Serializable

@ErrorType("unsupported") public class PsyUnsupportedException extends PsyErrorException
See Also:
  • Constructor Details

    • PsyUnsupportedException

      public PsyUnsupportedException()
      Constructs a new exception object with null as its detail message.
    • PsyUnsupportedException

      public PsyUnsupportedException(Throwable cause)
      Constructs a new exception object with the specified cause.
      Parameters:
      cause - the cause.