Class MyOwnException

java.lang.Object
java.lang.Throwable
java.lang.Exception
i5.las2peer.testing.MyOwnException
All Implemented Interfaces:
Serializable

public class MyOwnException extends Exception
A simple exception for testing, thrown inside the TestService.
See Also:
  • Constructor Details

    • MyOwnException

      public MyOwnException(String message)