Class NotSupportedException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
NotSupportedFileException

public class NotSupportedException extends BaseRuntimeException
不支持时抛出的异常
Author:
wangliang181230
See Also:
  • Constructor Details

    • NotSupportedException

      public NotSupportedException(String message)
    • NotSupportedException

      public NotSupportedException(String message, String errorCode)
    • NotSupportedException

      public NotSupportedException(String message, Throwable cause)
    • NotSupportedException

      public NotSupportedException(String message, String errorCode, Throwable cause)