Class ProtocolMethodException

All Implemented Interfaces:
Serializable

public class ProtocolMethodException extends VirtualizationException
See Also:
  • Constructor Details

    • ProtocolMethodException

      public ProtocolMethodException()
    • ProtocolMethodException

      public ProtocolMethodException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
    • ProtocolMethodException

      public ProtocolMethodException(String message, Throwable cause)
    • ProtocolMethodException

      public ProtocolMethodException(String message)
    • ProtocolMethodException

      public ProtocolMethodException(Throwable cause)