Package io.atlasmap.java.inspect
Class ConstructUnsupportedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- io.atlasmap.java.inspect.ConstructException
-
- io.atlasmap.java.inspect.ConstructUnsupportedException
-
- All Implemented Interfaces:
Serializable
public class ConstructUnsupportedException extends ConstructException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ConstructUnsupportedException()ConstructUnsupportedException(String message)ConstructUnsupportedException(String message, Throwable cause)ConstructUnsupportedException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ConstructUnsupportedException
public ConstructUnsupportedException()
-
ConstructUnsupportedException
public ConstructUnsupportedException(String message, Throwable cause)
-
ConstructUnsupportedException
public ConstructUnsupportedException(String message)
-
ConstructUnsupportedException
public ConstructUnsupportedException(Throwable cause)
-
-