- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.jongsoft.lang.exception.NonFatalException
-
- All Implemented Interfaces:
java.io.Serializable
public final class NonFatalException extends java.lang.RuntimeException
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static NonFatalException
of(java.lang.Throwable rootCause)
java.lang.String
toString()
-
-
-
Method Detail
-
of
public static NonFatalException of(java.lang.Throwable rootCause)
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Throwable
-
-