Class MongoTrekFailureException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- net.ozwolf.mongo.migrations.exception.MongoTrekFailureException
-
- All Implemented Interfaces:
Serializable
public class MongoTrekFailureException extends Exception
Mongo Trek Failure Exception
This is the wrapping, checked exception thatMongoTrekwill throw in the case of any exception being encountered.- See Also:
MongoTrek, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MongoTrekFailureException(Throwable e)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
MongoTrekFailureException
public MongoTrekFailureException(Throwable e)
-
-