Class PasetoIOException

  • All Implemented Interfaces:
    java.io.Serializable
    Direct Known Subclasses:
    SerialException

    public class PasetoIOException
    extends PasetoException
    A general IO exception for the JPaseto library.
    Since:
    0.1.0
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      PasetoIOException​(java.lang.String msg)  
      PasetoIOException​(java.lang.String message, java.lang.Throwable cause)  
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • PasetoIOException

        public PasetoIOException​(java.lang.String msg)
      • PasetoIOException

        public PasetoIOException​(java.lang.String message,
                                 java.lang.Throwable cause)