public class VirusScannerException extends Exception
Constructor and Description |
---|
VirusScannerException() |
VirusScannerException(String message) |
VirusScannerException(String message,
Throwable cause) |
VirusScannerException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public VirusScannerException()
Exception.Exception()
public VirusScannerException(String message)
message
- the detail message. The detail message is saved for later retrieval by the
getMessage() method.Exception.Exception(String)
public VirusScannerException(String message, Throwable cause)
cause
- the cause (which is saved for later retrieval by the getCause() method). (A null
value is permitted, and indicates that the cause is nonexistent or unknown.)message
- the detail message. The detail message is saved for later retrieval by the
getMessage() method.Exception.Exception(String, Throwable)
public VirusScannerException(Throwable cause)
cause
- the cause (which is saved for later retrieval by the getCause() method). (A null
value is permitted, and indicates that the cause is nonexistent or unknown.)Exception.Exception(Throwable)
Copyright © 2019 Communote team. All rights reserved.