Class UmaException

  • All Implemented Interfaces:
    java.io.Serializable

    public class UmaException
    extends java.lang.Exception
    UMA Exception
    Author:
    Yuriy Movchan Date: 12/08/2012
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      UmaException()  
      UmaException​(java.lang.String message)  
      UmaException​(java.lang.String message, java.lang.Throwable cause)  
      UmaException​(java.lang.Throwable cause)  
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, 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

      • UmaException

        public UmaException()
      • UmaException

        public UmaException​(java.lang.String message)
      • UmaException

        public UmaException​(java.lang.Throwable cause)
      • UmaException

        public UmaException​(java.lang.String message,
                            java.lang.Throwable cause)