exceptions
Class MyException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by exceptions.MyException
All Implemented Interfaces:
StandardExceptionMessageProvider, java.io.Serializable
Direct Known Subclasses:
ClientConnectionWaiterInitException, FileNotSharedException, GroupUsedInFilesException, SharingNonExistingFileException, UserNotRegisteredException

public class MyException
extends java.lang.Exception
implements StandardExceptionMessageProvider

See Also:
Serialized Form

Constructor Summary
MyException()
          Creates a new instance of MyException
MyException(java.lang.String msg)
           
MyException(java.lang.String msg, java.lang.Throwable cause)
           
MyException(java.lang.Throwable cause)
           
 
Method Summary
 java.lang.String getStandardMessage()
           
 
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

MyException

public MyException()
Creates a new instance of MyException


MyException

public MyException(java.lang.String msg)

MyException

public MyException(java.lang.Throwable cause)

MyException

public MyException(java.lang.String msg,
                   java.lang.Throwable cause)
Method Detail

getStandardMessage

public java.lang.String getStandardMessage()
Specified by:
getStandardMessage in interface StandardExceptionMessageProvider