Class CorruptEnvelopeException

All Implemented Interfaces:
Serializable

public class CorruptEnvelopeException extends BaseException
Created by patricktwohig on 9/30/15.
See Also:
  • Constructor Details

    • CorruptEnvelopeException

      public CorruptEnvelopeException()
    • CorruptEnvelopeException

      public CorruptEnvelopeException(String message)
    • CorruptEnvelopeException

      public CorruptEnvelopeException(String message, Throwable cause)
    • CorruptEnvelopeException

      public CorruptEnvelopeException(Throwable cause)
    • CorruptEnvelopeException

      public CorruptEnvelopeException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
  • Method Details