Class AS2NetException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.helger.as2lib.exception.AS2Exception
-
- com.helger.as2lib.processor.receiver.net.AS2NetException
-
- All Implemented Interfaces:
Serializable
public class AS2NetException extends AS2Exception
- Author:
- OpenAS2, Philip Helger
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AS2NetException(InetAddress aAddress, int nPort, Throwable aCause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InetAddressgetAddress()intgetPort()-
Methods inherited from class com.helger.as2lib.exception.AS2Exception
getSourceMsg, log, log, setSourceMsg, terminate, terminate, terminate
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
AS2NetException
public AS2NetException(@Nullable InetAddress aAddress, int nPort, @Nullable Throwable aCause)
-
-
Method Detail
-
getAddress
@Nullable public InetAddress getAddress()
-
getPort
public int getPort()
-
-