Package com.hierynomus.smbj.common
Class SMBRuntimeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.hierynomus.smbj.common.SMBRuntimeException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
SMB2GuestSigningRequiredException,SMBApiException
public class SMBRuntimeException extends java.lang.RuntimeException- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static ExceptionWrapper<SMBRuntimeException>Wrapper
-
Constructor Summary
Constructors Constructor Description SMBRuntimeException(java.lang.String msg)SMBRuntimeException(java.lang.String message, java.lang.Throwable cause)SMBRuntimeException(java.lang.Throwable t)
-
-
-
Field Detail
-
Wrapper
public static final ExceptionWrapper<SMBRuntimeException> Wrapper
-
-