Class RarException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.github.junrar.exception.RarException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
BadRarArchiveException, CorruptHeaderException, CrcErrorException, HeaderNotInArchiveException, InitDeciphererFailedException, MainHeaderNullException, NotRarArchiveException, UnsupportedRarEncryptedException, UnsupportedRarV5Exception

public class RarException extends Exception
See Also:
  • Constructor Details

    • RarException

      public RarException(Throwable cause)
    • RarException

      public RarException()
    • RarException

      public RarException(String message)