Class TransletScanFailedException

All Implemented Interfaces:
Serializable

public class TransletScanFailedException extends TransletException
The Class TransletScanFailedException.
Since:
2.0.0
See Also:
  • Constructor Details

    • TransletScanFailedException

      public TransletScanFailedException()
      Simple constructor.
    • TransletScanFailedException

      public TransletScanFailedException(String msg)
      Constructor to create exception with a message.
      Parameters:
      msg - a message to associate with the exception
    • TransletScanFailedException

      public TransletScanFailedException(Throwable cause)
      Constructor to create exception to wrap another exception.
      Parameters:
      cause - the real cause of the exception
    • TransletScanFailedException

      public TransletScanFailedException(String msg, Throwable cause)
      Constructor to create exception to wrap another exception and pass a message.
      Parameters:
      msg - the detail message
      cause - the real cause of the exception