akka
Interface OnlyCauseStackTrace

All Known Implementing Classes:
AkkaProtocolException, EndpointAssociationException, EndpointDisassociatedException, EndpointException, HopelessAssociation, InvalidAssociation, NettyTransportException, OversizedPayloadException, ShutDownAssociation

public interface OnlyCauseStackTrace

Mix in this trait to suppress the StackTrace for the instance of the exception but not the cause, scala.util.control.NoStackTrace suppresses all the StackTraces.


Method Summary
 java.lang.Throwable fillInStackTrace()
           
 

Method Detail

fillInStackTrace

java.lang.Throwable fillInStackTrace()