Class PekkoProtocolException
- java.lang.Object
- 
- java.lang.Throwable
- 
- java.lang.Exception
- 
- java.lang.RuntimeException
- 
- org.apache.pekko.PekkoException
- 
- org.apache.pekko.remote.transport.PekkoProtocolException
 
 
 
 
 
- 
- All Implemented Interfaces:
- java.io.Serializable,- OnlyCauseStackTrace
 
 public class PekkoProtocolException extends PekkoException implements OnlyCauseStackTrace - See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description PekkoProtocolException(java.lang.String msg)PekkoProtocolException(java.lang.String msg, java.lang.Throwable cause)
 - 
Method Summary- 
Methods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 - 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 - 
Methods inherited from interface org.apache.pekko.OnlyCauseStackTracefillInStackTrace
 
- 
 
-