com.atlassian.modzdetector
Class ModzRegistryException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.atlassian.modzdetector.ModzRegistryException
All Implemented Interfaces:
java.io.Serializable

public class ModzRegistryException
extends java.lang.Exception

Top level exception category for errors specific to the modz detector.

See Also:
Serialized Form

Constructor Summary
ModzRegistryException(java.lang.String s)
           
ModzRegistryException(java.lang.String s, java.lang.Throwable throwable)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ModzRegistryException

public ModzRegistryException(java.lang.String s)

ModzRegistryException

public ModzRegistryException(java.lang.String s,
                             java.lang.Throwable throwable)


Copyright © 2011 Atlassian. All Rights Reserved.