Package com.collabnet.ce.webservices
Class CollabNetApp.CollabNetAppException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.collabnet.ce.webservices.CollabNetApp.CollabNetAppException
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- CollabNetApp
public static class CollabNetApp.CollabNetAppException extends RuntimeException
Exception class to throw when something unexpected goes wrong.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CollabNetAppException(String msg)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
CollabNetAppException
public CollabNetAppException(String msg)
-
-